home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 45
/
Vol 45.iso
/
games
/
cocoon.swf
/
scripts
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
198 b
|
9 lines
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
if(loaded == total)
{
gotoAndStop(16);
}
perc = Math.floor(100 / total * loaded);
_root.preloader.onda._height = perc * 2;